| lcWndRedrawAuto | Home |
|
BOOL lcWndRedrawAuto ( HANDLE hLcWnd int Elapse F_REDRAW pFunc ); |
| hLcWnd | |
| Handle to LiteCAD graphics window. | |
| Elapse | |
|
The time-out value, in milliseconds. Specify zero value to stop auto-redraw. | |
| pFunc | |
|
Pointer to the function, which will be called before each redraw. Specify NULL to stop auto-redraw. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| Code sample |